From: Mowgli Date: Tue, 23 May 2023 13:10:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~40^2~141 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=b7788c718ba9d539d8982c668c2c5cc4e0615e0f;p=git-annex.git --- diff --git a/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn b/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn new file mode 100644 index 0000000000..0b3d7f4c67 --- /dev/null +++ b/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn @@ -0,0 +1,36 @@ +### Please describe the problem. +My whole setup on all of my systems is with iso-8859-1. There is no use of UFT-8 (simply as my brain is not compatible to it). + +I have metadata with `:` in it. That works perfect and ad it is a low char 0x3a, it should be displayed correctly. Unfortunately, when I create a view, that char gets displayed as `ï¹?`, which is fully unlogical. + +### What steps will reproduce the problem? +* Create metadata with : in it +* create a view with that metadata + +### What version of git-annex are you using? On what operating system? +10.20230126, Devuan + +### Please provide any additional information below. + +[[!format sh """ +~> locale +LANG=de_DE +LANGUAGE=de_DE:de:en +LC_CTYPE=de_DE +LC_NUMERIC=de_DE +LC_TIME=de_DE +LC_COLLATE=de_DE +LC_MONETARY=de_CH +LC_MESSAGES=de_DE +LC_PAPER=de_DE +LC_NAME=de_DE +LC_ADDRESS=de_CH +LC_TELEPHONE=de_DE +LC_MEASUREMENT=de_DE +LC_IDENTIFICATION=de_DE +LC_ALL= +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) +yes, that worked in the past (I think) +